NotificationProvider Xojo Plugin

DesktopNotificationProvider.TimedNotify Method

Posts timed notification that has message.

TimedNotify(
   type as DesktopNotificationProvider.NotifyType,
   message as String,
   allowVerticalGrow as Boolean,
   seconds as Integer)

Parameters

type
Type of the notification to post.
message
The message of the notification.
allowVerticalGrow
If set to true then the notification can grow vertically to fit the message, else message is truncated if there is not enough space.
seconds
Number of seconds until the notification automatically closes.

Remarks

A timed notification will automatically close after given time has elapsed.

See Also

DesktopNotificationProvider Control